negotiator.tournament.VariablesAndValues
Class ProtocolValue

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentValue
      extended by negotiator.tournament.VariablesAndValues.ProtocolValue
All Implemented Interfaces:
java.io.Serializable

public class ProtocolValue
extends TournamentValue

See Also:
Serialized Form

Constructor Summary
ProtocolValue(ProtocolRepItem val)
           
 
Method Summary
 ProtocolRepItem getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolValue

public ProtocolValue(ProtocolRepItem val)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public ProtocolRepItem getValue()